🎖️GitЯра🎖️
Commit a2dd4d18aab2ed1a9000e4ac3ed53260658a4734
Parents : 05b1ea9
Author : Austin <vidplace7@gmail.com>
Signature : Signature validation error
Date : 2026-05-12T09:36:16-04:00
Committer : GitHub <noreply@github.com>
Date : 2026-05-12T08:36:16-05:00
fix: enhance uniqueness check for Flatpak source files in release workflow. (#5423)
Changes
Diff
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 67df001bad..6b37a0d71d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -420,7 +420,7 @@ jobs:
- name: Combine Flatpak source files
run: >
- jq -s 'add | unique_by(.dest + "/" + .["dest-filename"])' flatpak-multisrc/*/*.json
+ jq -s 'add | unique_by(.dest + "/" + .["dest-filename"] + "/" + (.["only-arches"] | tostring))' flatpak-multisrc/*/*.json
> flatpak-sources.json
- name: Upload combined Flatpak source artifact
Served by rngit 1.5.4 - Generated in 0.04s